func runtime.casGToWaitingForGC
8 uses
runtime (current package)
mgc.go#L1022: casGToWaitingForGC(curgp, _Grunning, waitReasonGarbageCollection)
mgc.go#L1484: casGToWaitingForGC(gp, _Grunning, waitReasonGCWorkerActive)
mgcmark.go#L220: casGToWaitingForGC(userG, _Grunning, waitReasonGarbageCollectionScan)
mgcmark.go#L648: casGToWaitingForGC(gp, _Grunning, waitReasonGCAssistMarking)
proc.go#L1289: func casGToWaitingForGC(gp *g, old uint32, reason waitReason) {
proc.go#L1446: casGToWaitingForGC(gp, _Grunning, waitReasonStoppingTheWorld)
proc.go#L2010: casGToWaitingForGC(gp, _Grunning, reason)
trace.go#L378: casGToWaitingForGC(me, _Grunning, waitReasonTraceGoroutineStatus)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |